projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba06066
)
headerbar: Implement clipping
author
Benjamin Otte
<otte@redhat.com>
Thu, 22 Jan 2015 13:32:38 +0000
(14:32 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 22 Jan 2015 15:25:24 +0000
(16:25 +0100)
gtk/gtkheaderbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkheaderbar.c
b/gtk/gtkheaderbar.c
index 63c05b8f2e8155cafb2869b0a50c57b6cd969c6d..ecc6beac4ceef532d16f21268cbe10b3baa4354e 100644
(file)
--- a/
gtk/gtkheaderbar.c
+++ b/
gtk/gtkheaderbar.c
@@
-1148,6
+1148,8
@@
gtk_header_bar_size_allocate (GtkWidget *widget,
child_allocation.width = end_width - priv->spacing;
gtk_widget_size_allocate (priv->titlebar_end_box, &child_allocation);
}
+
+ _gtk_widget_set_simple_clip (widget, NULL);
}
/**